ArkaneSystems is a small, developer-focused publisher that emerged from the open-source community around GitHub, concentrating on lightweight Windows utilities that solve discreet but nagging workflow problems. Its catalog is intentionally narrow, revolving around tools that keep machines awake when group-policy or power-saving regimes are locked down, making it popular among system administrators, remote-work engineers, and anyone who runs long-build pipelines or overnight batch jobs. The flagship utility, MouseJiggler, exemplifies the house style: a single-purpose executable that simulates microscopic mouse movement to prevent screen locks or sleep mode without requiring administrative rights, useful during conference calls, software deployments, or media streaming. While the portfolio currently holds only this one utility, the publisher’s issue tracker and documentation hint at a willingness to expand into related “anti-interruption” categories such as keyboard event injectors or display-state managers. All code is published under permissive licenses, so corporate IT departments frequently repackage it for internal software bundles, and hobbyists compile custom variants that add hot-key toggles or command-line timers. ArkaneSystems software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always resolving to the newest release, and the catalog interface supports batch installation of multiple applications in one operation.

MouseJiggler

Mouse Jiggler is a very simple piece of software whose sole function is to "fake" mouse input to Windows, and jiggle the mouse pointer back and forth.

Details